home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / danix201.zip / PTIME.1 < prev    next >
Text File  |  1993-02-24  |  426b  |  18 lines

  1. PTIME(1)            Danix Utilities                PTIME(1)
  2.  
  3. NAME
  4.     ptime - time a process
  5.  
  6. DESCRIPTION
  7.     ptime passes its arguments to the command interpreter and when it
  8.     returns, it prints out the time of execution of the command(s).
  9.  
  10. EXAMPLE
  11.     ptime dir
  12.         times the dos 'dir' command
  13.  
  14. BUGS
  15.     There is an inherent delay which may vary from machine to machine, so
  16.     times given are only accurate within a certain number of seconds.
  17.  
  18.